home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFE6__ / PROTO / U / COMMON_L.H < prev    next >
Text File  |  1991-08-16  |  550b  |  23 lines

  1. /*  Common_Life6 */                                                      /* Common */
  2.  
  3. /* File name:  Common_Life6.h   */
  4. /* Function:  Common variables for program specific code. */
  5. /* History: 8/16/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. /* ======================================================= */
  9. #define LoBase    257 /* lowest hotspot id # */
  10. #define HiBase    304
  11. #define MaxRow    7    /* use 7 */
  12. #define MaxCol    9    /* use 8 */    
  13. typedef enum STATUS_TAG { DEAD, ALIVE }STATUS_TYPE;    /*STATUS OF CELL */
  14. extern Boolean CONT_FLAG;
  15.  
  16.  
  17.  
  18.  
  19.  
  20. /* ======================================================= */
  21.  
  22.  
  23.